home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Internet software / NewsWatcher / NW Source / Source / wind.h < prev   
Text File  |  1995-05-23  |  1KB  |  22 lines

  1. void DoCycleWindows (WindowPtr wind);
  2. OSErr DoZoomWindow (WindowPtr wind);
  3. OSErr DoShowHideFullGroupList (void);
  4. void RebuildWindowsMenu (void);
  5. void SelectWindMenu (short item);
  6. TWindowKind GetMyWindowKind (WindowPtr wind);
  7. OSErr CreateNewWindow (TWindowKind kind, StringPtr title, 
  8.     StringPtr font, short size, WindowPtr *theWindow);
  9. void PositionNewWindow (WindowPtr wind, short width, short height);
  10. void MyShowWindow (WindowPtr wind);
  11. void SaveWindPos (WindowPtr wind, TSavedWindPos *pos);
  12. void RestoreWindPos (WindowPtr wind, TSavedWindPos *pos, Boolean *needsZooming);
  13. OSErr SaveWindPosAsResource (WindowPtr wind);
  14. OSErr SaveWindPosToFile (WindowPtr wind);
  15. void RestoreLockedWindowPosition (WindowPtr wind, short width, short height,
  16.     Boolean windPosLocked, Rect *windLocn);
  17. void DrawPadlockIcon (WindowPtr wind);
  18. Boolean HandlePadlockClick (WindowPtr wind, Point where, 
  19.     Boolean *windPosLocked, Rect *windLocn);
  20. void RecordNewLockedWindowPosition (WindowPtr wind, Rect *windLocn);
  21. void MySelectWindow (WindowPtr wind);
  22. void AdjustWindowTitlesOnResume (void);